home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / shazam11.zip / DEMOQ2.DEF < prev    next >
Text File  |  1991-11-04  |  46KB  |  1,316 lines

  1. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2. @@ Model Quattro Pro menu structure
  3.  
  4. @@ Note:  Compiler cannot handle the MenuBar statement!
  5. @@        Divide & Conquer:
  6. @@           demoQ3.def = [File..Database]
  7. @@           demoQ4.def = [Tools..Window]
  8.  
  9. @@ FYI    You CAN generate the code from this definition file, but
  10. @@        you will encounter the following errors when compiling:
  11.  
  12. @@        TPC - Error 129: ENDIF directive missing.
  13. @@        IDE - Error 124: statement part too large
  14.  
  15. @@        Also, the compiler may hang...This is due to the fact that
  16. @@        no TP "statement" may be larger than 24 kilobytes.
  17. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  18.  
  19. [APPLICATION]                          ;;Quattro Pro Menu Model
  20. @@ =================================================================
  21.  
  22. @@ MENU
  23.  
  24. @@ =================================================================
  25. [SUBMENU]File                          ;;file operations
  26. new                                    ;;open a new blank spreadsheet window
  27. open                                   ;;load a file into a new spreadsheet window
  28. retrieve                               ;;load a spreadsheet into the current window
  29. [NEWLINE]
  30. save ctrl-s                            ;;save the current spreadsheet on disk
  31. 'save As'                              ;;save the current spreadsheet under a new name
  32. close                                  ;;close the current spreadsheet window
  33. 'c~l~ose all'                          ;;close all open windows
  34. erase                                  ;;erase the contents of the current worksheet
  35. [NEWLINE]
  36. directory                              ;;lets you set a temporary data directory
  37.   >[SUBMENU]workspace                  ;;save or load a setup of windows and files
  38.    save                                ;;save the current arrangement of windows and files
  39.    restore                             ;;load a saved workspace
  40.   <
  41.   >[SUBMENU]utilities                  ;;access DOS, the file manager, or SQZ! settings
  42.   'DOS shell'                          ;;execute DOS commands
  43.   'file manager'                       ;;open a file manager window
  44.     >[SUBMENU]SQZ!                     ;;set SQZ! file compression options
  45.       >[SUBMENU]'remove blanks'        ;;remove empty cells before saving
  46.         no                             ;;remove empty cells before saving
  47.         yes                            ;;remove empty cells before saving
  48.       <
  49.       >[SUBMENU]'storage of values'    ;;stores exact values, approximate values, or formulas only
  50.        exact                           ;;stores exact values, approximate values, or formulas only
  51.        approximate                     ;;stores exact values, approximate values, or formulas only
  52.        remove                          ;;stores exact values, approximate values, or formulas only
  53.       <
  54.       >[SUBMENU]version                ;;save as SQZ! Plus or SQZ! file
  55.        '1 - SQZ!'                      ;;save as SQZ! Plus or SQZ! file
  56.        '2 - SQZ! Plus'                 ;;save as SQZ! Plus or SQZ! file
  57.       <
  58.       quit kbF10                       ;;return to worksheet
  59.     <
  60.   <
  61. E~x~it ctrl-x cmquit                   ;;close all windows & exit to DOS
  62. @@ =================================================================
  63.  
  64. @@ MENU
  65.  
  66. @@ =================================================================
  67. [SUBMENU]Edit                          ;;copy, move, insert, delete data; block names; search & replace
  68. copy ctrl-c                            ;;copy a block of data
  69. move ctrl-m                            ;;move a block of data
  70. 'erase block' ctrl-e                   ;;erase a block of data
  71. undo alt-f5                            ;;undo the last operation
  72. [NEWLINE]
  73.   >[SUBMENU]insert ctrl-i              ;;insert one or more rows/columns
  74.    rows                                ;;insert row(s) above the current row
  75.    columns                             ;;insert the column(s) to the left of the current one
  76.   <
  77.   >[SUBMENU]delete                     ;;delete one or more rows/columns
  78.    rows                                ;;delete all rows in the selected block
  79.    columns                             ;;delete all columns in the selected block
  80.   <
  81.   [NEWLINE]
  82.   >[SUBMENU]names                      ;;assign, delete, or create a table of block names
  83.    create                              ;;assign a name to a block
  84.    delete                              ;;remove an assigned name from a block
  85.     >[SUBMENU]labels                   ;;create block names using labels
  86.      right                             ;;assign names to cells to the right of labels
  87.      down                              ;;assign names to cells under labels
  88.      left                              ;;assign names to cells to the left of labels
  89.      up                                ;;assign names to cells above labels
  90.     <
  91.    reset                               ;;delete all block names
  92.    'make table'                        ;;create table of block names in the spreadsheet
  93.   <
  94.   fill                                 ;;fill a block with numbers
  95.   values                               ;;convert formulas in a block to their resulting values
  96.   transpose                            ;;copy a block, switching columns with rows
  97.   >[SUBMENU]'search & replace'         ;;search for or replace values in a block
  98.    block                               ;;cells to be searched
  99.    'search string'                     ;;string to search for
  100.    'replace string'                    ;;string to replace search string
  101.    [NEWLINE]
  102.     >[SUBMENU]'look in'                ;;search through formulas, resulting values, or for a condition
  103.      formula                           ;;examine each formula for the search string
  104.      value                             ;;examine each formulas result for the search string
  105.      condition                         ;;examine each formula result to see if it matches the condition
  106.     <
  107.     >[SUBMENU]direction                ;;search row by row or column by column
  108.      row                               ;;search down each row, one at a time
  109.      column                            ;;search down each column, one at a time
  110.     <
  111.     >[SUBMENU]match                    ;;search for string as whole entry or part
  112.      part                              ;;ex: A2 is found in @SUM(A2..A3) and in @SUM(AA22..AA33)
  113.      whole                             ;;ex: A2 is found in @SUM(A2..A3) but not in @SUM(AA22..AA33)
  114.     <
  115.     >[SUBMENU]'case sensitive'         ;;distinguish between upper- and lower-case characters or not
  116.     'any case'                         ;;compare upper-case same as lower
  117.     'exact case'                       ;;exact letter-case match only
  118.     <
  119.     'options reset'                    ;;reset Search String, Replace String, and Options
  120.     [NEWLINE]
  121.     next ctrl-n                        ;;begin searching forward
  122.     previous ctrl-p                    ;;begin search in reverse order
  123.     quit kbF10                         ;;return to the spreadsheet
  124.   <
  125. @@ =================================================================
  126.  
  127. @@ MENU
  128.  
  129. @@ =================================================================
  130. [SUBMENU]Style                         ;;block formats, alignment, protection, column info, publishing
  131.   >[SUBMENU]alignment ctrl-a           ;;Change alignment (left, right, center) of a block of cells
  132.    general                             ;;Labels left, numbers right
  133.    left                                ;;Numbers and labels flush with the left edge of the cell
  134.    right                               ;;Numbers and labels flush with the right edge of the cell
  135.    center                              ;;Numbers and labels centered within the cell width
  136.   <
  137.   >[SUBMENU]'numeric format' ctrl-f    ;;Change display format of numbers or dates in a block
  138.    fixed                               ;;Fixed number of decimal places
  139.    scientific                          ;;Exponential format
  140.    currency                            ;;Currency format
  141.    ,                                   ;;Thousand separator; negative values in parenthesis
  142.    general                             ;;Standard format
  143.    +/-                                 ;;Horizontal bar graph format (+++ or ---)
  144.    percent                             ;;Percent format
  145.     >[SUBMENU]date                     ;;Date and time formats
  146.      '1-(~D~D-MMM-YY)'                 ;;Day-Month-Year
  147.      '2-(DD-~M~MM)'                    ;;Day-Month
  148.      '3-(MMM-~Y~Y)'                    ;;Month-Year
  149.      '4-(Long intl.)'                  ;;Use the current long international date format
  150.      '5-(Short intl.)'                 ;;Use the current short international date format
  151.      >[SUBMENU]time                    ;;Time formats
  152.        '1-(HH:MM:~S~S AM/PM)'          ;;Hour:Minute:Second AM/PM
  153.        '2-(HH:~M~M AM/PM)'             ;;Hour:Minute AM/PM
  154.        '3-(Long intl.)'                ;;Use the current long international time format
  155.        '4-(Short intl.)'               ;;Use the current short international time format
  156.      <
  157.     <
  158.     text                               ;;Display formula instead of values
  159.     hidden                             ;;Supress cell display
  160.     reset                              ;;Use the global cell display formula
  161.   <
  162.   >[SUBMENU]protection                 ;;Protect or unprotect a block of cells from changes
  163.     protect                            ;;Protect a block if global protection is enabled
  164.     unprotect                          ;;Remove protection from a block
  165.   <
  166.   [NEWLINE]
  167.   'column width' ctrl-w                ;;Alter the width of the current column
  168.   'reset width'                        ;;Set width of the current column to the default width
  169.   >[SUBMENU]'hide column'              ;;Conceal columns from display/Return hidden columns
  170.    hide                                ;;Hide columns from view without losing data
  171.    expose                              ;;Expose hidden columns
  172.   <
  173.   >[SUBMENU]'block widths'             ;;Adjust the width of columns in a block
  174.    'set width'                         ;;Specify the width of columns in a block
  175.    'reset width'                       ;;Return columns to the default width
  176.    'auto width'                        ;;Adjust the width of columns according to data length
  177.   <
  178.   'line drawing'                       ;;Draw lines in or around a block of cells
  179.   >[SUBMENU]shading                    ;;Add or remove shading for a block of cells
  180.    none                                ;;No shading
  181.    grey                                ;;Grey shading behind data in a block of cells
  182.    black                               ;;Black shading behind data in a block of cells
  183.   <
  184.   >[SUBMENU]fonts                      ;;Change the font a block of cells will be printed with
  185.    '1 font 1'                          ;;Use font 1 for the block
  186.    '2 font 2'                          ;;Use font 2 for the block
  187.    '3 font 3'                          ;;Use font 3 for the block
  188.    '4 font 4'                          ;;Use font 4 for the block
  189.    '5 font 5'                          ;;Use font 5 for the block
  190.    '6 font 6'                          ;;Use font 6 for the block
  191.    '7 font 7'                          ;;Use font 7 for the block
  192.    '8 font 8'                          ;;Use font 8 for the block
  193.      >[SUBMENU]'edit fonts'            ;;Modify existing fonts
  194.       '1 font 1'                       ;;Change font 1's typeface, point size, style or color
  195.       '2 font 2'                       ;;Change font 2's typeface, point size, style or color
  196.       '3 font 3'                       ;;Change font 3's typeface, point size, style or color
  197.       '4 font 4'                       ;;Change font 4's typeface, point size, style or color
  198.       '5 font 5'                       ;;Change font 5's typeface, point size, style or color
  199.       '6 font 6'                       ;;Change font 6's typeface, point size, style or color
  200.       '7 font 7'                       ;;Change font 7's typeface, point size, style or color
  201.       '8 font 8'                       ;;Change font 8's typeface, point size, style or color
  202.       quit kbF10                       ;;Return to spreadsheet
  203.      <
  204.      reset                             ;;Reset all fonts to their default
  205.   <
  206.   'insert break'                       ;;Put a page break in the current cell
  207. @@ =================================================================
  208.  
  209. @@ MENU
  210.  
  211. @@ =================================================================
  212. [SUBMENU]Graph                         ;;display/print business graphics from spreadsheet data
  213. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  214. @@ Level 1
  215. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  216.   >[SUBMENU]'graph type'               ;;Type of graph (bar, line, pie, etc.)
  217.    Line                                ;;Line graph
  218.    Bar                                 ;;Bar graph
  219.    XY                                  ;;XY graph, also called a scatter graph
  220.    'Stacked Bar'                       ;;Stacked bar graph, also called a cumulative bar
  221.    Pie                                 ;;Pie graph
  222.    Area                                ;;Area graph
  223.    'Rotated Bar'                       ;;Rotated bar, also called a horizontal bar
  224.    Column                              ;;Column graph, a rectangular percentage pie
  225.    High-Low                            ;;Hi-low-open-close graph
  226.    Text                                ;;Text only graph
  227.   <
  228. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  229. @@ Level 1
  230. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  231.   >[SUBMENU]series                     ;;Select blocks of data to graph
  232.    '1st Series'                        ;;First set of values to plot on graph
  233.    '2nd Series'                        ;;Second set of values to plot on graph
  234.    '3rd Series'                        ;;Third set of values to plot on graph
  235.    '4th Series'                        ;;Fourth set of values to plot on graph
  236.    '5th Series'                        ;;Fifth set of values to plot on graph
  237.    '6th Series'                        ;;Sixth set of values to plot on graph
  238.    'X-Axis Series'                     ;;Set of values to label or plot on or label the X-axis
  239. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  240. @@ Level 2
  241. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  242.     >[SUBMENU]Group                    ;;Block of data to be divided into series
  243.      rows                              ;;Assign each column of values in the block to a series
  244.      columns                           ;;Assign each row of values in the block to a series
  245.     <
  246.     Quit kbEsc                         ;;Return to the graph menu
  247.   <
  248. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  249. @@ Level 1
  250. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  251.   >[SUBMENU]text                       ;;Set text for titles and legends
  252.    '1st Line'                          ;;Text for 1st line of the title
  253.    '2nd Line'                          ;;Text for 1st line of the title
  254.    X-Title                             ;;Text for the X-axis title
  255.    Y-Title                             ;;Text for the Y-axis title
  256.    'Secondary Y-Axis'                  ;;Text for the secondary Y-axis title
  257. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  258. @@ Level 2
  259. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  260.     >[SUBMENU]Legends                  ;;Create or reposition the graph legend defining each series
  261.      '1st Series'                      ;;Text to define this series in the legend
  262.      '2nd Series'                      ;;Text to define this series in the legend
  263.      '3rd Series'                      ;;Text to define this series in the legend
  264.      '4th Series'                      ;;Text to define this series in the legend
  265.      '5th Series'                      ;;Text to define this series in the legend
  266.      '6th Series'                      ;;Text to define this series in the legend
  267. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  268. @@ Level 3
  269. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  270.       >[SUBMENU]Position               ;;Change the position of legend or remove legend altogether
  271.        Bottom                          ;;Display legend at bottom
  272.        Right                           ;;Display legend to right of graph
  273.        None                            ;;Don't display a legend
  274.       <
  275.       Quit kbEsc                      ;;Return to Text menu
  276.     <
  277. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  278. @@ Level 2
  279. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  280.     >[SUBMENU]Font
  281. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  282. @@ Level 3
  283. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  284.       >[SUBMENU]'1st Line'             ;;The typeface and size for the first title line
  285.        Typeface                        ;;Change the typeface
  286.        'Point Size'                    ;;Change the point size
  287.        Style                           ;;Change attributes such as Bold or Underlined
  288.        Color                           ;;Change the color
  289.        Quit kbEsc                      ;;Return to previous menu
  290.       <
  291. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  292. @@ Level 3
  293. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  294.       >[SUBMENU]2nd Line
  295.        Typeface                        ;;Change the typeface
  296.        'Point Size'                    ;;Change the point size
  297.        Style                           ;;Change attributes such as Bold or Underlined
  298.        Color                           ;;Change the color
  299.        Quit kbEsc                      ;;Return to previous menu
  300.       <
  301. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  302. @@ Level 3
  303. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  304.       >[SUBMENU]X-Title                ;;The typeface and size for the X-axis label
  305.        Typeface                        ;;Change the typeface
  306.        'Point Size'                    ;;Change the point size
  307.        Style                           ;;Change attributes such as Bold or Underlined
  308.        Color                           ;;Change the color
  309.        Quit kbEsc                      ;;Return to previous menu
  310.       <
  311. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  312. @@ Level 3
  313. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  314.       >[SUBMENU]Y-Title                ;;The typeface and size for the Y-axis label
  315.        Typeface                        ;;Change the typeface
  316.        'Point Size'                    ;;Change the point size
  317.        Style                           ;;Change attributes such as Bold or Underlined
  318.        Color                           ;;Change the color
  319.        Quit kbEsc                      ;;Return to previous menu
  320.       <
  321. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  322. @@ Level 3
  323. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  324.       >[SUBMENU]Legends                ;;The typeface and size for the legends
  325.        Typeface                        ;;Change the typeface
  326.        'Point Size'                    ;;Change the point size
  327.        Style                           ;;Change attributes such as Bold or Underlined
  328.        Color                           ;;Change the color
  329.        Quit kbEsc                      ;;Return to previous menu
  330.       <
  331. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  332. @@ Level 3
  333. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  334.       >[SUBMENU]'Data & Tick Labels'   ;;The typeface and size for data and tick labels
  335.        Typeface                        ;;Change the typeface
  336.        'Point Size'                    ;;Change the point size
  337.        Style                           ;;Change attributes such as Bold or Underlined
  338.        Color                           ;;Change the color
  339.        Quit kbEsc                      ;;Return to previous menu
  340.       <
  341.       Quit                             ;;Return to spreadsheet
  342.     <
  343.     Quit                               ;;Return to spreadsheet
  344.   <
  345.   [NEWLINE]
  346. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  347. @@ Level 1
  348. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  349.   >[SUBMENU]'customize series'         ;;Change display of individual data series
  350.    Colors                              ;;
  351.    'Fill Patterns'
  352.    'Markers & Lines'
  353.    'Bar Width'
  354.    [NEWLINE]
  355.    'Interior Labels'
  356.    'Override Type'
  357.    Y-Axis
  358.    Pies
  359.    Update
  360.    Reset
  361.    Quit                                ;;Return to spreadsheet
  362.   <
  363. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  364. @@ Level 1
  365. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  366.   >[SUBMENU]x-axis                     ;;Change display and/or scaling of the X-axis
  367. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  368. @@ Level 2
  369. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  370.     >[SUBMENU]Scale
  371.      Automatic
  372.      Manual
  373.     <
  374.     Low
  375.     High
  376.     Increment
  377. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  378. @@ Level 2
  379. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  380.     >[SUBMENU]Format of Ticks
  381.      Fixed
  382.      Scientific
  383.      Currency
  384.      ,
  385.      General
  386.      +/-
  387.      Percent
  388. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  389. @@ Level 3
  390. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  391.       >[SUBMENU]Date
  392.        '1-(DD-MMM-YY)'
  393.        '2-(DD-MMM)'
  394.        '3-(MMM-YY)'
  395.        '4-(Long intl.)'
  396.        '5-(Short intl.)'
  397. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  398. @@ Level 4
  399. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  400.         >[SUBMENU]Time
  401.          '1-(HH:MM:SS AM/PM)'
  402.          '2-(HH:MM AM/PM)'
  403.          '3-(Long intl.)'
  404.          '4-(Short intl.)'
  405.         <
  406.       <
  407.       Text
  408.       Hidden
  409.     <
  410.     'No. of Minor Ticks'
  411. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  412. @@ Level 2
  413. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  414.     >[SUBMENU]Alternate Ticks
  415.      No
  416.      Yes
  417.     <
  418. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  419. @@ Level 2
  420. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  421.     >[SUBMENU]Display Scaling
  422.      Yes
  423.      No
  424.     <
  425. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  426. @@ Level 2
  427. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  428.     >[SUBMENU]Mode
  429.      Normal
  430.      Log
  431.     <
  432.     Quit                                ;;Return to spreadsheet
  433.   <
  434. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  435. @@ Level 1
  436. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  437.   >[SUBMENU]y-axis                     ;;Change display and/or scaling of the Y-axis
  438. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  439. @@ Level 2
  440. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  441.     >[SUBMENU]Scale
  442.       Automatic
  443.       Manual
  444.     <
  445.     Low
  446.     High
  447.     Increment
  448. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  449. @@ Level 2
  450. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  451.     >[SUBMENU]Format of Ticks
  452.      Fixed
  453.      Scientific
  454.      Currency
  455.      ,
  456.      General
  457.      +/-
  458.      Percent
  459. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  460. @@ Level 3
  461. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  462.       >[SUBMENU]Date
  463.        '1-(DD-MMM-YY)'
  464.        '2-(DD-MMM)'
  465.        '3-(MMM-YY)'
  466.        '4-(Long intl.)'
  467.        '5-(Short intl.)'
  468. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  469. @@ Level 4
  470. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  471.         >[SUBMENU]Time
  472.          '1-(HH:MM:SS AM/PM)'
  473.          '2-(HH:MM AM/PM)'
  474.          '3-(Long intl.)'
  475.          '4-(Short intl.)'
  476.         <
  477.       <
  478.       Text
  479.       Hidden
  480.     <
  481.     'No. of Minor Ticks'
  482. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  483. @@ Level 2
  484. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  485.     >[SUBMENU]Display Scaling
  486.      Yes
  487.      No
  488.     <
  489. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  490. @@ Level 2
  491. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  492.     >[SUBMENU]Mode
  493.      Normal
  494.      Log
  495.     <
  496. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  497. @@ Level 2
  498. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  499.     >[SUBMENU]2nd Y-Axis
  500. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  501. @@ Level 3
  502. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  503.       >[SUBMENU]Scale
  504.        Automatic
  505.        Manual
  506.       <
  507.        Low
  508.        High
  509.        Increment
  510. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  511. @@ Level 3
  512. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  513.       >[SUBMENU]Format of Ticks
  514.        Fixed
  515.        Scientific
  516.        Currency
  517.        ,
  518.        General
  519.        +/-
  520.        Percent
  521. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  522. @@ Level 4
  523. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  524.         >[SUBMENU]Date
  525.          '1-(DD-MMM-YY)'
  526.          '2-(DD-MMM)'
  527.          '3-(MMM-YY)'
  528.          '4-(Long intl.)'
  529.          '5-(Short intl.)'
  530. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  531. @@ Level 5
  532. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  533. @@      >[SUBMENU]Time
  534. @@       '1-(HH:MM:SS AM/PM)'
  535. @@       '2-(HH:MM AM/PM)'
  536. @@       '3-(Long intl.)'
  537. @@       '4-(Short intl.)'
  538. @@      <
  539.       <
  540.       Text
  541.       Hidden
  542.     <
  543.     'No. of Minor Ticks'
  544. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  545. @@ Level 3
  546. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  547.       >[SUBMENU]Display Scaling
  548.        Yes
  549.        No
  550.       <
  551. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  552. @@ Level 3
  553. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  554.       >[SUBMENU]Mode
  555.        Normal
  556.        Log
  557.       <
  558.       Quit                             ;;Return to spreadsheet
  559.     [NEWLINE]
  560.     <
  561.     Quit                               ;;Return to spreadsheet
  562.   <
  563. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  564. @@ Level 1
  565. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  566.   >[SUBMENU]overall                    ;;Customize overall graph appearance
  567. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  568. @@ Level 2
  569. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  570.     >[SUBMENU]Grid
  571.       Horizontal
  572.       Vertical
  573.       Both
  574.       Clear
  575.       [NEWLINE]
  576.       Grid Color
  577.       Line Style
  578.       Fill Color
  579.       Quit                             ;;Return to spreadsheet
  580.     <
  581. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  582. @@ Level 2
  583. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  584.     >[SUBMENU]Outlines
  585. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  586. @@ Level 3
  587. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  588.       >[SUBMENU]Titles
  589.         Box
  590.         Double-line
  591.         Thick-line
  592.         Shadow
  593.         3D
  594.         Rnd Rectangle
  595.         None
  596.       <
  597. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  598. @@ Level 3
  599. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  600.       >[SUBMENU]Legend
  601.         Box
  602.         Double-line
  603.         Thick-line
  604.         Shadow
  605.         3D
  606.         Rnd Rectangle
  607.         None
  608.       <
  609. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  610. @@ Level 3
  611. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  612.       >[SUBMENU]Graph
  613.         Box
  614.         Double-line
  615.         Thick-line
  616.         Shadow
  617.         3D
  618.         Rnd Rectangle
  619.         None
  620.       <
  621.       Quit                             ;;Return to spreadsheet
  622.     <
  623. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  624. @@ Level 2
  625. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  626.     >[SUBMENU]Background Color
  627.       Black
  628.       Blue
  629.       Green
  630.       Cyan
  631.       Red
  632.       Magenta
  633.       Brown
  634.       White
  635.       Gray
  636.       Light Blue
  637.       Light Green
  638.       Light Cyan
  639.       Light Red
  640.       Light Magenta
  641.       Yellow
  642.       Bright White
  643.     <
  644. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  645. @@ Level 2
  646. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  647.     >[SUBMENU]Three-D
  648.       Yes
  649.       No
  650.     <
  651. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  652. @@ Level 2
  653. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  654.     >[SUBMENU]Color/B&W
  655.       Color
  656.       B&W
  657.     <
  658.   <
  659.   [NEWLINE]
  660.   insert                               ;;Insert a named graph in the worksheet
  661.   hide                                 ;;Remove an inserted graph from the spreadsheet
  662. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  663. @@ Level 1
  664. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  665.   >[SUBMENU]name                       ;;Create, use, or delete named graphs
  666.     Display
  667.     Create
  668.     Erase
  669.     Reset
  670.     Slide
  671.   <
  672.   view f10                             ;;View the current graph
  673.   'fast graph' ctrl-g                  ;;Draw a graph using a block
  674.   annotate                             ;;Activate the Graph Annotator for the current graph
  675.   quit                                 ;;Return to the spreadsheet
  676. @@ =================================================================
  677.  
  678. @@ MENU
  679.  
  680. @@ =================================================================
  681. [SUBMENU]Print                         ;;print a spreadsheet or graph
  682.  Block                                 ;;The block of the spreadsheet to print
  683.   >[SUBMENU]Headings                   ;;Row and Column headings to print on each page
  684.    'Left Heading'
  685.    'Top Heading'
  686.   <
  687.   [NEWLINE]
  688.   >[SUBMENU]Destination                ;;Specify printing to printer, file, or screen for Spreadsheet
  689.     >[SUBMENU]'Draft Mode Printing'
  690.      Printer
  691.      File
  692.     <
  693.     >[SUBMENU]'Final Quality Printing'
  694.      'Binary File'
  695.      'Graphics Printer'
  696.      'Screen Preview'
  697.     <
  698.   <
  699.   >[SUBMENU]Layout                     ;;Define layout for spreadsheet printing
  700.    Header
  701.    Footer
  702.    [NEWLINE]
  703.     >[SUBMENU]'Break Pages'
  704.      Yes
  705.      No
  706.     <
  707.     >[SUBMENU]Margins
  708.      'Page Length'
  709.      Left
  710.      Top
  711.      Right
  712.      Bottom
  713.      [NEWLINE]
  714.      Quit                              ;;Return to spreadsheet
  715.     <
  716.     >[SUBMENU]Dimensions
  717.      Lines/Characters
  718.      Inches
  719.      Centimeters
  720.     <
  721.     >[SUBMENU]Orientation
  722.      Portrait
  723.      Landscape
  724.     <
  725.     'Setup String'
  726.     [NEWLINE]
  727.     >[SUBMENU]Reset
  728.      All
  729.      'Print Block'
  730.      Headings
  731.      Layout
  732.     <
  733.     Update
  734.     Quit                               ;;Return to spreadsheet
  735.   <
  736.   >[SUBMENU]Format                     ;;Print spreadsheet as displayed or as list of cells info
  737.    'As Displayed'
  738.    Cell-Formulas
  739.   <
  740.   [NEWLINE]
  741.   >[SUBMENU]'Adjust Printer'           ;;Advance paper in printer, set to top of form
  742.    'Skip Line'
  743.    'Form Feed'
  744.    Align
  745.   <
  746.   'Spreadsheet Print'                  ;;Print the data in the print block
  747.   >[SUBMENU]'Graph Print'              ;;Print graphs
  748.     >[SUBMENU]Destination
  749.      File
  750.      'Graph Printer'
  751.      'Screen Preview'
  752.     <
  753.     >[SUBMENU]Layout
  754.      'Left Edge'
  755.      'Top Edge'
  756.      Height
  757.      Width
  758.      [NEWLINE]
  759.       >[SUBMENU]Dimensions
  760.        Inches
  761.        Centimeters
  762.       <
  763.       >[SUBMENU]Orientation
  764.        Portrait
  765.        Landscape
  766.       <
  767.       >[SUBMENU]'4:3 Aspect'
  768.        Yes
  769.        No
  770.       <
  771.       [NEWLINE]
  772.       Reset
  773.       Update
  774.       Quit                             ;;Return to spreadsheet
  775.     <
  776.     Go
  777.     >[SUBMENU]'Write Graph File'
  778.      'EPS File'
  779.      'PIC File'
  780.      Quit                              ;;Return to spreadsheet
  781.     <
  782.     Name
  783.     Quit                               ;;Return to spreadsheet
  784.   <
  785.   Quit                                 ;;Return to spreadsheet
  786. @@ =================================================================
  787.  
  788. @@ MENU
  789.  
  790. @@ =================================================================
  791. [SUBMENU]Database                      ;;work with spreadsheet data in database format
  792.   >[SUBMENU]Sort                       ;;Sort rows in a block using data in one or more columns
  793.    Block
  794.    1st Key
  795.    2nd Key
  796.    3rd Key
  797.    4th Key
  798.    5th Key
  799.    [NEWLINE]
  800.    Go
  801.    Reset
  802.      >[SUBMENU]Sort Rules
  803.        >[SUBMENU]Numbers before Labels
  804.         No
  805.         Yes
  806.        <
  807.        >[SUBMENU]Label Order
  808.         Dictionary
  809.         ASCII
  810.        <
  811.       Quit                             ;;Return to spreadsheet
  812.      <
  813.    Quit                                ;;Return to spreadsheet
  814.   <
  815.   >[SUBMENU]Query                      ;;Use criteria to search for, delete or copy records
  816.    Block
  817.    Criteria Table
  818.    Output Block
  819.    [NEWLINE]
  820.    Assign Names
  821.    Locate
  822.    Extract
  823.    Unique
  824.    Delete
  825.    [NEWLINE]
  826.    Reset
  827.    Quit                                ;;Return to spreadsheet
  828.   <
  829.   Restrict Input                       ;;Restrict selector to only unprotected cells in a block
  830.   >[SUBMENU]Data Entry                 ;;Select how information is entered into a cell
  831.    General
  832.    Labels Only
  833.    Dates Only
  834.   <
  835. @@ =================================================================
  836.  
  837. @@ MENU
  838.  
  839. @@ =================================================================
  840. [SUBMENU]Tools                         ;;advanced tools such as macros, text import, and statistics
  841.   >[SUBMENU]Macro         Alt-F2       ;;Create, execute, and debug macros; activate Transcript utility
  842.    Record
  843.    Paste
  844.    Instant Replay
  845.     >[SUBMENU]Macro Recording
  846.      Logical
  847.      Keystroke
  848.     <
  849.    [NEWLINE]
  850.    Transcript
  851.    Clear Breakpoints
  852.     >[SUBMENU]Debugger
  853.      Yes
  854.      No
  855.     <
  856.     >[SUBMENU]Name
  857.      Create
  858.      Delete
  859.     <
  860.     >[SUBMENU]Library
  861.      Yes
  862.      No
  863.     <
  864.    [NEWLINE]
  865.    Execute
  866.   <
  867.  
  868.  Reformat                              ;;Reformat labels in a column to the specified column width
  869.  [NEWLINE]
  870.   >[SUBMENU]Import                     ;;Import ASCII or comma delimited data
  871.    ASCII Text File
  872.    Comma & "" Delimited File
  873.    Only Commas
  874.   <
  875.   >[SUBMENU]Combine                    ;;Combine information from two files
  876.     >[SUBMENU]Copy
  877.      File
  878.      Block
  879.     <
  880.     >[SUBMENU]Add
  881.      File
  882.      Block
  883.     <
  884.     >[SUBMENU]Subtract
  885.      File
  886.      Block
  887.     <
  888.   <
  889.   >[SUBMENU]Xtract                     ;;Extract values from this file to a new file
  890.    Formulas
  891.    Values
  892.   <
  893.   >[SUBMENU]Update Links               ;;Open, refresh, change, or delete links to other spreadsheets
  894.    Open
  895.    Refresh
  896.    Change
  897.    Delete
  898.   <
  899.  [NEWLINE]
  900.   >[SUBMENU]Advanced Math              ;;Regression analysis, matrix arithmetic, and linear programming
  901.     >[SUBMENU]Regression
  902.      Independent
  903.      Dependent
  904.      Output
  905.       >[SUBMENU]Y Intercept
  906.        Compute
  907.        Zero
  908.       <
  909.      [NEWLINE]
  910.      Go
  911.      Reset
  912.      Quit                              ;;Return to spreadsheet
  913.     <
  914.    Invert
  915.    Multiply
  916.     >[SUBMENU]Optimization
  917.      Linear constraint coefficients
  918.      Inequality/equality relations
  919.      Constant constraint terms
  920.      Bounds for variables
  921.      Formula constraints
  922.      Objective function
  923.       >[SUBMENU]Extremum
  924.        Smallest
  925.        Largest
  926.       <
  927.      [NEWLINE]
  928.      Solution
  929.      Variables
  930.      Dual values
  931.      Additional dual values
  932.      [NEWLINE]
  933.      Go
  934.      Reset
  935.      Quit                              ;;Return to spreadsheet
  936.     <
  937.   <
  938.   >[SUBMENU]Parse                      ;;Divide long labels into separate columns or fields
  939.    Input
  940.    Output
  941.    [NEWLINE]
  942.    Create
  943.    Edit
  944.    Go
  945.    [NEWLINE]
  946.    Reset
  947.    Quit                                ;;Return to spreadsheet
  948.   <
  949.   >[SUBMENU]What-If                    ;;Vary the values of one or two cells and create a table
  950.    1 Variable
  951.    2 Variables
  952.    Reset
  953.    Quit                                ;;Return to spreadsheet
  954.   <
  955.  Frequency                             ;;Count the frequency of values within a given range
  956. @@ =================================================================
  957.  
  958. @@ MENU
  959.  
  960. @@ =================================================================
  961. [SUBMENU]Options                       ;;set or change system and spreadsheet defaults
  962.   >[SUBMENU]Hardware                   ;;Specify screen and printer information
  963.     >[SUBMENU]Screen
  964.       >[SUBMENU]Screen Type
  965.        Autodetect Driver
  966.        B. CGA
  967.        C. MCGA
  968.        D. 256K EGA
  969.        E. 64K EGA
  970.        F. Monochrome EGA
  971.        G. IBM 8514/A
  972.        H. Hercules
  973.        I. AT&T-Compaq 400 Line
  974.        J. VGA
  975.        K. IBM 3270 PC
  976.        L. MDA (No Graphics)
  977.       <
  978.       >[SUBMENU]Resolution
  979.       <
  980.      Aspect Ratio
  981.      >[SUBMENU]CGA Snow Suppression
  982.       No
  983.       Yes
  984.      <
  985.      Quit                              ;;Return to spreadsheet
  986.     <
  987.     >[SUBMENU]Printers
  988.       >[SUBMENU]1st Printer
  989.       <
  990.       >[SUBMENU]2nd Printer
  991.       <
  992.       >[SUBMENU]Default Printer
  993.       <
  994.      [NEWLINE]
  995.      Plotter Speed
  996.       >[SUBMENU]Fonts
  997.         >[SUBMENU]LaserJet Fonts
  998.          Left Cartridge
  999.          Right Cartridge
  1000.         <
  1001.         >[SUBMENU]Autoscale Fonts
  1002.          Yes
  1003.          No
  1004.         <
  1005.       <
  1006.       >[SUBMENU]Auto LF
  1007.        No
  1008.        Yes
  1009.       <
  1010.       >[SUBMENU]Single Sheet
  1011.        No
  1012.        Yes
  1013.       <
  1014.      Quit                              ;;Return to spreadsheet
  1015.     <
  1016.     @@ Normal Memory─────204240─
  1017.     @@ EMS───────────────────NA─
  1018.     @@ Coprocessor───────────No─
  1019.   <
  1020.   >[SUBMENU]Colors                     ;;Specify screen colors for Quattro
  1021.     >[SUBMENU]Menu
  1022.      Frame
  1023.      Banner
  1024.      Text
  1025.      Key Letter
  1026.      Highlight
  1027.      Settings
  1028.      Explanation
  1029.      Drop Shadow
  1030.      Mouse Palette
  1031.      'Fill Characters - Shadow'
  1032.      Quit                              ;;Return to spreadsheet
  1033.     <
  1034.     >[SUBMENU]Desktop
  1035.      @@ Colors───────────────
  1036.      Status
  1037.      Highlight-Status
  1038.      Errors
  1039.      Background
  1040.      'Fill Characters - Desktop'
  1041.      Quit                              ;;Return to spreadsheet
  1042.     <
  1043.     >[SUBMENU]Spreadsheet
  1044.      Frame
  1045.      Banner
  1046.      Cells
  1047.      Borders
  1048.      Titles
  1049.      Highlight
  1050.      Graph Frames
  1051.      Input Line
  1052.      Unprotected
  1053.      Labels
  1054.      Shading
  1055.      Drawn Lines
  1056.      Quit                              ;;Return to spreadsheet
  1057.     <
  1058.     >[SUBMENU]Conditional
  1059.       >[SUBMENU]On/Off
  1060.        Enable
  1061.        Disable
  1062.       <
  1063.      ERR
  1064.      Smallest Normal Value
  1065.      Greatest Normal Value
  1066.      Below Normal Color
  1067.      Normal Cell Color
  1068.      Above Normal Color
  1069.      Quit                              ;;Return to spreadsheet
  1070.     <
  1071.     >[SUBMENU]Help
  1072.      Frame
  1073.      Banner
  1074.      Text
  1075.      Keywords
  1076.      Highlight
  1077.      Quit                              ;;Return to spreadsheet
  1078.     <
  1079.     >[SUBMENU]File Manager
  1080.      Frame
  1081.      Banner
  1082.      Text
  1083.      Active cursor
  1084.      Inactive cursor
  1085.      Marked
  1086.      Cut
  1087.      Copy
  1088.      Quit                              ;;Return to spreadsheet
  1089.     <
  1090.     >[SUBMENU]Palettes
  1091.      Color
  1092.      Monochrome
  1093.      Black & White
  1094.      Quit                              ;;Return to spreadsheet
  1095.     <
  1096.    Quit                                ;;Return to spreadsheet
  1097.   <
  1098.   >[SUBMENU]International              ;;Set international standards for currency, date, and time
  1099.    Currency
  1100.     >[SUBMENU]Punctuation
  1101.      A. '1,234.56 (a1,a2)'
  1102.      B. '1.234,56 (a1.a2)'
  1103.      C. '1,234.56 (a1;a2)'
  1104.      D. '1.234,56 (a1;a2)'
  1105.      E. '1 234.56 (a1,a2)'
  1106.      F. '1 234,56 (a1.a2)'
  1107.      G. '1 234.56 (a1;a2)'
  1108.      H. '1 234,56 (a1;a2)'
  1109.     <
  1110.     >[SUBMENU]Date
  1111.      A. 'MM/DD/YY (MM/DD)'
  1112.      B. 'DD/MM/YY (DD/MM)'
  1113.      C. 'DD.MM.YY (DD.MM)'
  1114.      D. 'YY-MM-DD (MM-DD)'
  1115.     <
  1116.     >[SUBMENU]Time
  1117.      A. HH:MM:SS (HH:MM)
  1118.      B. HH.MM.SS (HH.MM)
  1119.      C. HH,MM,SS (HH,MM)
  1120.      D. HHhMMmSSs (HHhMMm)
  1121.     <
  1122.    Quit                                ;;Return to spreadsheet
  1123.   <
  1124.   >[SUBMENU]Display Mode               ;;Set display mode
  1125.   <
  1126.   >[SUBMENU]Startup                    ;;Set startup and default options for Quattro
  1127.    Directory
  1128.    Autoload File
  1129.    Startup Macro
  1130.    File Extension
  1131.     >[SUBMENU]Beep
  1132.      No
  1133.      Yes
  1134.     <
  1135.     >[SUBMENU]Menu Tree
  1136.     <
  1137.    Edit Menus
  1138.    Quit                                ;;Return to spreadsheet
  1139.   <
  1140.   >[SUBMENU]Mouse Palette              ;;Redefine mouse palette
  1141.     >[SUBMENU]1st Button
  1142.      Text
  1143.      Macro
  1144.      Quit                              ;;Return to spreadsheet
  1145.     <
  1146.     >[SUBMENU]2nd Button
  1147.      Text
  1148.      Macro
  1149.      Quit                              ;;Return to spreadsheet
  1150.     <
  1151.     >[SUBMENU]3rd Button
  1152.      Text
  1153.      Macro
  1154.      Quit                              ;;Return to spreadsheet
  1155.     <
  1156.     >[SUBMENU]4th Button
  1157.      Text
  1158.      Macro
  1159.      Quit                              ;;Return to spreadsheet
  1160.     <
  1161.     >[SUBMENU]5th Button
  1162.      Text
  1163.      Macro
  1164.      Quit                              ;;Return to spreadsheet
  1165.     <
  1166.     >[SUBMENU]6th Button
  1167.      Text
  1168.      Macro
  1169.      Quit                              ;;Return to spreadsheet
  1170.     <
  1171.     >[SUBMENU]7th Button
  1172.      Text
  1173.      Macro
  1174.      Quit                              ;;Return to spreadsheet
  1175.     <
  1176.     Quit                               ;;Return to spreadsheet
  1177.   <
  1178.   >[SUBMENU]Graphics Quality           ;;Use Draft or Final quality graphics
  1179.    Final
  1180.    Draft
  1181.   <
  1182.   >[SUBMENU]Other                      ;;Set Undo, Macro, EMS, and Clock Options
  1183.     >[SUBMENU]Undo
  1184.      Enable
  1185.      Disable
  1186.     <
  1187.     >[SUBMENU]Macro                    ;;suppress redraw during macros
  1188.      Both
  1189.      Panel
  1190.      Window
  1191.      None
  1192.     <
  1193.     >[SUBMENU]Expanded Memory
  1194.      Both
  1195.      Spreadsheet Data
  1196.      Format
  1197.      None
  1198.     <
  1199.     >[SUBMENU]Clock
  1200.      Standard
  1201.      International
  1202.      None
  1203.     <
  1204.     >[SUBMENU]Paradox
  1205.       >[SUBMENU]Network Type
  1206.        Disabled
  1207.        Novell
  1208.        3Com
  1209.        IBM-PC LAN
  1210.        Other
  1211.        Torus 1.4
  1212.        Starlan
  1213.        Banyan
  1214.       <
  1215.      Directory
  1216.      Retries
  1217.      Quit                              ;;Return to spreadsheet
  1218.     <
  1219.   <
  1220.  [NEWLINE]
  1221.  Update                                ;;Save all current default settings
  1222.  [NEWLINE]
  1223.   >[SUBMENU]Formats                    ;;Set global display format, label alignment, col widths...
  1224.     >[SUBMENU]Numeric Format
  1225.      Fixed
  1226.      Scientific
  1227.      Currency
  1228.      ,
  1229.      General
  1230.      +/-
  1231.      Percent
  1232.       >[SUBMENU]Date
  1233.        1-(DD-MMM-YY)
  1234.        2-(DD-MMM)
  1235.        3-(MMM-YY)
  1236.        4-(Long intl.)
  1237.        5-(Short intl.)
  1238.         >[SUBMENU]Time
  1239.          1-(HH:MM:SS AM/PM)
  1240.          2-(HH:MM AM/PM)
  1241.          3-(Long intl.)
  1242.          4-(Short intl.)
  1243.         <
  1244.       <
  1245.      Text
  1246.      Hidden
  1247.     <
  1248.     >[SUBMENU]Align Labels
  1249.      Left
  1250.      Right
  1251.      Center
  1252.     <
  1253.     >[SUBMENU]Hide Zeros
  1254.      No
  1255.      Yes
  1256.     <
  1257.    Global Width
  1258.    Quit                                ;;Return to spreadsheet
  1259.   <
  1260.   >[SUBMENU]Recalculation              ;;Set recalculation options
  1261.     >[SUBMENU]Mode           Background
  1262.      Automatic
  1263.      Manual
  1264.      Background
  1265.     <
  1266.     >[SUBMENU]Order             Natural
  1267.      Natural
  1268.      Column-wise
  1269.      Row-wise
  1270.     <
  1271.    Iteration               1
  1272.    [NEWLINE]
  1273.    @@ Circular Cell ??
  1274.    Quit                                ;;Return to spreadsheet
  1275.   <
  1276.   >[SUBMENU]Protection                 ;;Enable or disable global spreadsheet protection
  1277.    Enable
  1278.    Disable
  1279.   <
  1280.  Quit                                  ;;Return to spreadsheet
  1281. @@ =================================================================
  1282.  
  1283. @@ MENU
  1284.  
  1285. @@ =================================================================
  1286. [SUBMENU]Window                        ;;control size of windows, select windows, tile or stack windows
  1287.  Zoom      Alt-F6                      ;;Maximize or minimize the top window
  1288.  Tile             Ctrl-T               ;;Display all open windows on screen at once
  1289.  Stack                                 ;;Layer open windows on screen, overlapping each other
  1290.  Move/Size        Ctrl-R               ;;Move or resize current window
  1291.  [NEWLINE]
  1292.   >[SUBMENU]Options                    ;;Display options for current window
  1293.    Horizontal
  1294.    Vertical
  1295.    Sync
  1296.    Unsync
  1297.    Clear
  1298.    [NEWLINE]
  1299.     >[SUBMENU]'Locked Titles'
  1300.      Horizontal
  1301.      Vertical
  1302.      Both
  1303.      Clear
  1304.     <
  1305.     >[SUBMENU]'Row & Col Borders'
  1306.      Display
  1307.      Hide
  1308.     <
  1309.     >[SUBMENU]'Map View'
  1310.      Yes
  1311.      No
  1312.     <
  1313.   <
  1314.   [NEWLINE]
  1315.   Pick       Alt-0                     ;;Display list of open windows to choose from
  1316.